libxl: Fix passing of application data to timeout_deregister hook
authorJim Fehlig <jfehlig@suse.com>
Thu, 15 Nov 2012 10:25:25 +0000 (10:25 +0000)
committerJim Fehlig <jfehlig@suse.com>
Thu, 15 Nov 2012 10:25:25 +0000 (10:25 +0000)
commitd2f82025b9c1c06381c5b3216cba13d4f440c42a
tree5ad6510f3ce3627826856ae58a1276328a201a1f
parent322cfce187c3b69b2f9bc56c5e81f6b6c893e13c
libxl: Fix passing of application data to timeout_deregister hook

When deregistering a timeout, the address of application data was
being passed to the timeout_deregister hook instead of the data
itself.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_event.c